@font-face {
  font-family: 'YeogiOttaeJalnanGothic';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}
@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
.floating_menu{
  display:none;
}
#wrap * {
  font-family: "Wanted Sans Variable";
}
:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}
html {
  scroll-behavior: smooth;
}
.mo {
  display: none;
}
.img_pc{
  display: flex;margin:0 auto;
}
.img_mo{
  display: none;
}
.pc-no-br {
  display: none;
}
.mo-no-br {
  display: block;
}
@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}

.fixed_right_banner {
  position: fixed;
  top:25%;right:30px;
  z-index: 99;
  background: #eeeeee;
  width:240px;
  border-radius: 15px;
  display: none;
  flex-direction: column;
  align-items: center;
}
.fixed_right_banner > img{
  position: absolute;top:-13px;left:50%;
  transform: translate(-50%, 0);
}
.fixed_right_banner > a{
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  display: flex;
}
.fixed_right_banner .inner {
  padding: 116px 15px 30px;
}

.fixed_right_banner .inner .banner_wrap form{
  display: flex;flex-direction: column;gap:10px;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap {
  position: relative;display: flex;align-items: center;justify-content: center;width:100%;
  gap:5px;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap .table_inp {
  width:100%;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="text"]{
  width:100%;border:1px solid #ddd;
  outline: 0;
  border-radius: 5px;
  height:38px;
  padding:0 10px;
  font-size:16px;font-weight: 500;color:#222222;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="text"]::placeholder {
  font-size:14px;font-weight: 500;color:#999999;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="tel"]{
  width:100%;border:1px solid #ddd;
  outline: 0;
  border-radius: 5px;
  height:38px;
  padding:0 10px;
  font-size:16px;font-weight: 500;color:#222222;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="tel"]::placeholder {
  font-size:14px;font-weight: 500;color:#999999;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap a {
  font-size:14px;color: #999999;font-weight:500;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap.lec_wrap a{
  width:100%;border:1px solid #ddd;
  outline: 0;
  border-radius: 5px;
  height:38px;
  padding:0 10px;
  font-size:14px;font-weight: 500;color:#999999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap.cam_wrap a{
  width:100%;border:1px solid #ddd;
  outline: 0;
  border-radius: 5px;
  height:38px;
  padding:0 10px;
  font-size:14px;font-weight: 500;color:#999999;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap a span {
  font-weight: 500;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap a span.active {
  color:#222;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap ul {
  display: none;position: absolute;background: #fff;top:38px;left:0;width:100%;
  font-size:14px;font-weight: 500;color:#999999;
  border:1px solid #ddd;
  border-radius: 5px;
  z-index: 99;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap ul li {
  height:30px;
  display: flex;align-items: center;justify-content: flex-start;
  cursor: pointer;

  padding:0 10px;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap ul li:hover{
  background: #dddddd;
}





.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]{
  width:17px;height:17px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  outline: 0;
}

.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]:checked{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/fixed_popup_chk.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]::before{
  display: none;
}
.fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]::after{
  display: none;
}














.event_2025_09250001 .evMain {
  overflow: hidden;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evmain_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  height: 750px;
}
.event_2025_09250001 .evMain .inner {
  max-width: 100%;width:100%;display: flex;align-items: center;height: 100%;justify-content: center;position: relative;
}
.event_2025_09250001 .evMain .inner .con_title {
  width: 100%;text-align: center;display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;position: relative;width: fit-content;z-index: 1;
}
.event_2025_09250001 .evMain .inner .con_title .title_ba{
  position: absolute;top:-82px;right:92px;background: #ffe1e6;border-radius: 50%;width:110px;height:110px;
  align-items: center;justify-content: center;display: flex;
}
.event_2025_09250001 .evMain .inner .con_title .title_ba span {
  font-size:24px;font-weight:700;color:#e60023;font-family: "Wanted Sans Variable";line-height:28px;
}
.event_2025_09250001 .evMain .inner .con_title p{
  font-size:32px;line-height: 1;color:#fff;
  font-family: "Wanted Sans Variable";font-weight: 500;
}
#wrap .event_2025_09250001 .evMain .inner .con_title h2{
  font-size:76px;line-height: 1;color:#fff;
  font-family: "YeogiOttaeJalnanGothic";
}
#wrap .event_2025_09250001 .evMain .inner .con_title h2 span {
  color: #e60023;font-family: "YeogiOttaeJalnanGothic";
}
.event_2025_09250001 .evMain .inner .con_title > span{
  font-size:24px;line-height: 1;color:#222222;
  font-family: "Wanted Sans Variable";font-weight: 600;
  background: #fff;padding: 18px 20px;border-radius: 5px;
}
.event_2025_09250001 .evMain .inner .tc_bg {
  position: absolute;width: 100%;height:100%;
  top:0;left:0;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit{
  position: absolute;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit::after {
  content:'';position: absolute;width:100%;height:100%;background:rgba(0,0,0,.8);
  top:0;left:0
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit01 {
  top:0;left:0;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit02 {
  top:0;left:162px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit03 {
  top:162px;left:0;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit04 {
  bottom:0;left:0;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit05 {
  bottom:0;left:162px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit06 {
  top:0;left:324px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit07 {
  bottom:0;left:324px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit08 {
  bottom:0;right:0;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit09 {
  bottom:0;right:162px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit10 {
  bottom:162px;right:0;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit11 {
  top:0;right:81px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit12 {
  top:0;right:243px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit13 {
  top:0;right:405px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit14 {
  top:222px;right:202px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit15 {
  bottom:206px;right:333px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit16 {
  bottom:265px;left:213px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit17 {
  top:229px;left:375px;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: filter 0.5s ease;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit.active img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transition: filter 0.5s ease;
}
.event_2025_09250001 .evMain .inner .tc_bg .tch_unit.active::after {
  background:rgba(0,0,0,0);
  transition: background 0.5s ease;
}
.event_2025_09250001 .evSection01 {
  background: #fff;padding:108px 0 117px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection01_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}
.event_2025_09250001 .evSection01 .inner {
  display: flex;flex-direction: column;gap:39px;align-items: center;justify-content: center;
}
.event_2025_09250001 .evSection01 .inner .content{
  display: flex;gap:20px;
}
.event_2025_09250001 .evSection01 .inner .content .left_graph {
  position: relative;
}
.event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box{
  position: absolute;top:108px;left:128px;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph{
  display: flex;width:490px;justify-content: center;align-items: center;flex-direction: column;gap:19px;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap{
  background: #222222;border-radius: 15px;height:380px;width: 100%;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap  .right_graph_unit{
  padding:55px 35px 30px;width:100%;height:100%;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul{
  display: flex;gap:18px;justify-content: center;position: relative;align-items: flex-end;height: 297px;overflow: hidden;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul::after{
  content:"";width:100%;height:1px;position: absolute;bottom:47px;left:0;background: #444444;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li{
  display: flex;flex-direction: column;gap:8px;overflow: hidden;
}

.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li span{
  background: #444444;height: 0;width:60px;display: block;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_1.aos-animate span{
  background: #444444;height: 250px;transition: 1s ease;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_2.aos-animate span{
  background: #444444;height: 175px;transition: 1s ease;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_3.aos-animate span{
  background: #444444;height: 145px;transition: 1s ease;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_4.aos-animate span{
    background-image: -moz-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
    background-image: -webkit-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
    background-image: -ms-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
    height: 130px;
    transition: 1s ease;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_5.aos-animate span{
  background: #444444;height: 100px;transition: 1s ease;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li h2{
  font-size:18px;font-weight:500;color:#fff;line-height:1;
}
.event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li p{
  font-size:16px;font-weight:500;color:#999999;line-height:1.2;height: 39px;
}
.event_2025_09250001 .evSection02 {
  background: #ffe366;padding:36px 0;position: relative;
}
.event_2025_09250001 .evSection02::after{
  border-top: 25px solid #ffe366;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  bottom: -25px;
  width: 0;
  transform: translate(-50%, 0);
}
.event_2025_09250001 .evSection02 .inner .con_title h2{
  font-size:28px;font-weight:500;;color:#222;line-height: 1;font-family: "Wanted Sans Variable";
}
.event_2025_09250001 .evSection02 .inner .con_title h2 span{
  font-weight:700;font-family: "Wanted Sans Variable";
}

.event_2025_09250001 .evSection03 {
  background: #eff3f6;padding:85px 0 74px;overflow: hidden;
}
.event_2025_09250001 .evSection03 .inner{
  display: flex;flex-direction: column;gap:61px;max-width: unset;
}
.event_2025_09250001 .evSection03 .inner .content {
  display: flex;flex-direction: column;gap:64px;
}
.event_2025_09250001 .evSection03 .inner .swiper-slide{
  width: fit-content;
}


.event_2025_09250001 .evSection03 .inner .content .lecture_info{
  max-width:1200px;margin: 0 auto;display: flex;flex-direction: column;gap:29px;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_content{
  background: #fff;border-radius: 10px;width:100%;display: flex;align-items: center;justify-content: flex-end;position: relative;gap: 58px;padding:25px 30px;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .lec_txt {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 0, 35);
  border-radius: 50%;
  background-color: rgb(255, 232, 236);
  box-shadow: 2px 2px 0px 0px rgba(230, 0, 35, 1);
  position: absolute;
  width: 108px;
  height: 108px;
  top:16px;
  left:28px;
  font-size:22px;font-weight: 700;
  font-family: "Wanted Sans Variable";
  line-height: 1.2;
  color: rgb(230, 0, 35);
  display: flex;align-items: center;justify-content: center;
}

.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con {
  display: flex;flex-direction: column;gap:9px;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit {
  display: flex;width:610px;height:58px;align-items: center;border:1px solid #e9e9e9;
  background: #f7f7f7;position: relative;gap:12px;padding-left:39px;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit::after{
  position: absolute;top: -1px;left: 0;width:6px;height:58px;background: #0081ff;content: '';
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit h2 {
  font-size:20px;font-weight: 800;color:#0081ff;line-height:1;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit > span {
  font-size:20px;font-weight: 500;color:#222222;line-height:1;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p {
  font-size:20px;font-weight: 500;color:#222222;line-height:1;display: flex;gap:12px;align-items: flex-end;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p span{
  font-size:16px;font-weight: 700;color:#999999;line-height:1;
}
.event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p span.col{
  color: rgba(230, 0, 35, 1);
}

.event_2025_09250001 .evSection04 {
  background: #ffffff;padding:74px 0 118px;position: relative;
}

.event_2025_09250001 .evSection05 {
  background: #fff;padding:108px 0 117px;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection05_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  overflow: hidden;
}
.event_2025_09250001 .evSection05 .inner {
  display: flex;flex-direction: column;gap:192px;align-items: center;justify-content: center;max-width: unset;
}
.event_2025_09250001 .evSection05 .inner .section05_unit {
  display: flex;flex-direction: column;gap:39px;max-width:1000px;width:100%;
}
.event_2025_09250001 .evSection05 .inner .section05_unit2 {
  display: flex;flex-direction: column;gap:39px;max-width:100%;width:100%;
}
.event_2025_09250001 .evSection05 .inner .content{
  display: flex;flex-direction: column;gap:20px;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit {
  background: #fff;border-radius: 10px;display: flex;padding:20px;justify-content: space-between;align-items: center;gap:20px;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt{
  display: flex;flex-direction: column;gap:10px;    margin: 0 auto;align-items: center;justify-content: center;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt a{
  display: flex;flex-direction: column;gap:10px;    margin: 0 auto;align-items: center;justify-content: center;cursor: unset;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt span {
  background-color: #e4f2ff;color:#0081ff;font-size:18px;font-weight: 500;width: 120px;border-radius: 30px;height:36px;display: flex;align-items: center;justify-content: center;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt h2 {
  font-size:22px;font-weight: 800;color:#222222;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt p {
  font-size:18px;font-weight: 500;color:#555555;line-height: 26px;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt p b{
  font-weight: 500;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container {
  overflow: hidden;border-radius: 10px;width:620px;position: relative;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination {
  bottom: unset;
  left: unset;
  top: 15px;
  right:15px;
  height: fit-content;
  display: flex;
  width: fit-content;
  gap:5px;
}

.event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet, .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: transparent;
  border:1px solid #fff;
  opacity: 1;
  margin:0;
}
.event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet-active, .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}


.event_2025_09250001 .evSection05 .inner .content > .swiper-container {
  overflow: hidden;border-radius: 10px;width:100%;position: relative;
}
.event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide {
  width: fit-content;opacity: 0.3;transition: opacity 1s ease;
}
.event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide-active {
  opacity: 1;transition: opacity 1s ease;
}




.event_2025_09250001 .evSection06 {
  background: #fff;padding:40px 0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection06_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  overflow: hidden;
}
.event_2025_09250001 .evSection06 .inner {
  display: flex;flex-direction: row;gap:26px;align-items: center;justify-content: center;max-width: 1000px;
}
.event_2025_09250001 .evSection06 .inner .content .content_wrap {
  width:450px;height: 720px;
  padding:15px;background: #fff;border-radius: 50px;
}
.event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container {
  width:100%;height:100%;border:1px solid #222;border-radius: 40px;overflow: hidden;
}
.event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-wrapper {
  animation-timing-function: linear;transition-timing-function: linear;
}
.event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-slide{
  height: fit-content;
}
.event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-slide p {
  font-size:20px;font-weight:500;color:#222222;line-height:1;
}
.event_2025_09250001 .evSection07 {
  background: #fff;padding:40px 0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection07_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  overflow: hidden;height:130px;
}


.event_2025_09250001 .evtoggleWarning .warningList ul {
  counter-reset: number 0;
}
.event_2025_09250001 .evtoggleWarning .warningList ul li::before{
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  left: 0;
}
.event_2025_09250001 .evCon5 {
  background: #fff;
}
.event_2025_09250001 .evCon5 .inner {
  padding:120px 0;display: flex;flex-direction: column;gap:60px;align-items: center;justify-content: center;max-width:860px;
}
#wrap .event_2025_09250001 .evCon5 .con_title h2{
  font-size:40px;color:#222222;line-height: 52px;font-family: "YeogiOttaeJalnanGothic";
}
.event_2025_09250001 .evCon5 .con_title h2 span {
  color:#222222;font-weight:500;
}
.event_2025_09250001 .evCon5 .con_box {
  width:100%;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:28px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .notice_box p {
  font-size:11px;font-weight:400;color:#8D8D8D;text-align: left;line-height: 12px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table {
  border: 1px solid #989898;width: 860px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
  display: flex;border-bottom:1px solid #D0D0D0;min-height:85px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
  border-bottom:0;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
  min-width:230px;background: #F2F2F2;display: flex;align-items: center;justify-content: center;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
  font-size:20px;font-weight:500;color:#000;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
  color:#FF3437;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
  display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:15px 30px;flex-wrap: wrap;
  row-gap:0;column-gap:25px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  max-width:480px;gap:40px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp input[type="radio"]{
  accent-color: #e60023;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
  display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: unset;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp input[type="radio"]{
  accent-color: #e60023;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
  column-gap:40px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
  width:510px;height:50px;border: 1px solid #D0D0D0;outline: 0;padding:0 15px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
  width:510px;height:50px;border: 1px solid #D0D0D0;outline: 0;padding:0 15px;
}

.event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container {
  margin-top:54px;display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a {
  font-size:20px;font-weight:700;color:#000000;line-height:15px;display: flex;gap:15px;align-items: center;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a svg{
  transform: rotate(0deg);width: 0.8571vw;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a.on svg{
  transform: rotate(180deg);
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info{
  display: none;
  height: 200px;
  overflow: auto;
  padding: 20px;
    margin-bottom:0;
    transition: all 1s ease-in-out;
    background-color: #E7E7E7;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.on {
    display: block;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
    margin-bottom: 20px;
    line-height: 1.4;
    padding-left: 0;
    font-weight: 400;
    text-align: left;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
  content: "";
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
  margin-bottom:0;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
  width: 20px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}

.event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .privacy2 label {
  font-size:15px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .input_check {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .input_check:checked::before {
  width: 14px;
  height: 14px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .input_check:checked::after {
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table form > a {
  margin-top:70px;width:400px;height:68px;display: flex;align-items: center;font-size:24px;
  background: #e60023;
}

@media all and (max-width:1900px){
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit16 {
    bottom:13.9474vw;left:11.2105vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit17 {
    top:162px;left:19.7368vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit14 {
    top:11.6842vw;right:10.6316vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit15 {
    bottom:11.6842vw;right:17.5263vw;
  }
}





@media all and (max-width:1400px){
  .fixed_right_banner {
    position: fixed;
    top:25%;right:2.1429vw;
    z-index: 99;
    background: #eeeeee;
    width:17.1429vw;
    border-radius: 1.0714vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fixed_right_banner > img{
    position: absolute;top:-0.9286vw;left:50%;
    transform: translate(-50%, 0);
    width: 11.7142vw;
  }
  .fixed_right_banner > a{
    border-bottom-left-radius: 1.0714vw;
    border-bottom-right-radius: 1.0714vw;
    overflow: hidden;
  }
  .fixed_right_banner .inner {
    padding: 8.2857vw 1.0714vw 2.1429vw;
  }
  
  .fixed_right_banner .inner .banner_wrap form{
    display: flex;flex-direction: column;gap:0.7143vw;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap {
    position: relative;display: flex;align-items: center;justify-content: center;width:100%;
    gap:0.3571vw;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap .table_inp {
    width:100%;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="text"]{
    width:100%;border:0.0714vw solid #ddd;
    outline: 0;
    border-radius: 0.3571vw;
    height:2.7143vw;
    padding:0 0.7143vw;
    font-size:1.1429vw;font-weight: 500;color:#222222;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="text"]::placeholder {
    font-size:1.0000vw;font-weight: 500;color:#999999;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="tel"]{
    width:100%;border:0.0714vw solid #ddd;
    outline: 0;
    border-radius: 0.3571vw;
    height:2.7143vw;
    padding:0 0.7143vw;
    font-size:1.1429vw;font-weight: 500;color:#222222;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="tel"]::placeholder {
    font-size:1.0000vw;font-weight: 500;color:#999999;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap a {
    font-size:1.0000vw;color: #999999;font-weight:500;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap.lec_wrap a{
    width:100%;border:0.0714vw solid #ddd;
    outline: 0;
    border-radius: 0.3571vw;
    height:2.7143vw;
    padding:0 0.7143vw;
    font-size:1.0000vw;font-weight: 500;color:#999999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap.lec_wrap a img {
    width: 0.7142vw;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap.cam_wrap a{
    width:100%;border:0.0714vw solid #ddd;
    outline: 0;
    border-radius: 0.3571vw;
    height:2.7143vw;
    padding:0 0.7143vw;
    font-size:1.0000vw;font-weight: 500;color:#999999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap.cam_wrap a img {
    width: 0.7142vw;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap a span {
    font-weight: 500;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap a span.active {
    color:#222;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap ul {
    display: none;position: absolute;background: #fff;top:2.7143vw;left:0;width:100%;
    font-size:1.0000vw;font-weight: 500;color:#999999;
    border:0.0714vw solid #ddd;
    border-radius: 0.3571vw;
    z-index: 99;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap ul li {
    height:2.1429vw;
    display: flex;align-items: center;justify-content: flex-start;
    cursor: pointer;
  
    padding:0 0.7143vw;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap ul li:hover{
    background: #dddddd;
  }
  
  
  
  
  
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]{
    width:1.2143vw;height:1.2143vw;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    outline: 0;
  }
  
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]:checked{
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/fixed_popup_chk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]::before{
    display: none;
  }
  .fixed_right_banner .inner .banner_wrap .inp_wrap input[type="checkbox"]::after{
    display: none;
  }
  .event_2025_09250001 .evMain {
    overflow: hidden;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evmain_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 137.1429vw auto;
    height: 53.5714vw;
  }
  .event_2025_09250001 .evMain .inner {
    max-width: 100%;width:100%;display: flex;align-items: center;height: 100%;justify-content: center;position: relative;
  }
  .event_2025_09250001 .evMain .inner .con_title {
    width: 100%;text-align: center;display: flex;flex-direction: column;gap:2.8571vw;align-items: center;justify-content: center;position: relative;width: fit-content;padding-top:10px;
  }
  .event_2025_09250001 .evMain .inner .con_title .title_ba{
    position: absolute;top:-5.8571vw;right:6.5714vw;background: #ffe1e6;border-radius: 50%;width:7.8571vw;height:7.8571vw;
    align-items: center;justify-content: center;display: flex;
  }
  .event_2025_09250001 .evMain .inner .con_title .title_ba span {
    font-size:1.7143vw;font-weight:700;color:#e60023;font-family: "Wanted Sans Variable";line-height:2.0000vw;
  }
  .event_2025_09250001 .evMain .inner .con_title p{
    font-size:2.2857vw;line-height: 1;color:#fff;
    font-family: "Wanted Sans Variable";font-weight: 500;
  }
  #wrap .event_2025_09250001 .evMain .inner .con_title h2{
    font-size:5.4286vw;line-height: 1;color:#fff;
    font-family: "YeogiOttaeJalnanGothic";
  }
  #wrap .event_2025_09250001 .evMain .inner .con_title h2 span {
    color: #e60023;font-family: "YeogiOttaeJalnanGothic";
  }
  .event_2025_09250001 .evMain .inner .con_title > span{
    font-size:1.7143vw;line-height: 1;color:#222222;
    font-family: "Wanted Sans Variable";font-weight: 600;
    background: #fff;padding: 1.2857vw 1.4286vw;border-radius: 0.3571vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg {
    position: absolute;width: 100%;height:100%;
    top:0;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit{
    position: absolute;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit img {
    width: 11.4285vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit01 {
    top:0;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit02 {
    top:0;left:11.5714vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit03 {
    top:11.5714vw;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit04 {
    bottom:0;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit05 {
    bottom:0;left:11.5714vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit06 {
    top:0;left:23.1429vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit07 {
    bottom:0;left:23.1429vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit08 {
    bottom:0;right:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit09 {
    bottom:0;right:11.5714vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit10 {
    bottom:11.5714vw;right:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit11 {
    top:0;right:5.7857vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit12 {
    top:0;right:17.3571vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit13 {
    top:0;right:28.9286vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit14 {
    top:13.5714vw;right:11.4286vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit15 {
    bottom:13.5714vw;right:15.7143vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit16 {
    bottom:13.5714vw;left: 6.4286vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit17 {
    top:11.5714vw;left:19.6429vw;
  }
  .event_2025_09250001 .evSection01 {
    background: #fff;padding:7.7143vw 0 8.3571vw;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection01_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 137.1429vw auto;
  }
  .event_2025_09250001 .evSection01 .inner {
    display: flex;flex-direction: column;gap:2.7857vw;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evSection01 .inner .content{
    display: flex;gap:1.4286vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph {
    position: relative;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph img {
    width: 35vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph img {
    width: 15vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box{
    position: absolute;top:7.7143vw;left:9.1429vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box svg {
    width: 13.7142vw;height: 11.8571vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box svg mask{
    width: 13.7142vw;height: 11.8571vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box svg image{
    width: 13.7142vw;height: 11.8571vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph{
    display: flex;width:35.0000vw;justify-content: center;align-items: center;flex-direction: column;gap:1.3571vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap{
    background: #222222;border-radius: 1.0714vw;height:27.1429vw;width: 100%;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap  .right_graph_unit{
    padding:3.9286vw 2.5000vw 2.1429vw;width:100%;height:100%;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul{
    display: flex;gap:1.2857vw;justify-content: center;position: relative;align-items: flex-end;height: 21.2143vw;overflow: hidden;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul::after{
    content:"";width:100%;height:0.0714vw;position: absolute;bottom:3.3571vw;left:0;background: #444444;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li{
    display: flex;flex-direction: column;gap:0.5714vw;overflow: hidden;
  }
  
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li span{
    background: #444444;height: 0;width:4.2857vw;display: block;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_1.aos-animate span{
    background: #444444;height: 17.8571vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_2.aos-animate span{
    background: #444444;height: 12.5000vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_3.aos-animate span{
    background: #444444;height: 10.3571vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_4.aos-animate span{
      background-image: -moz-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
      background-image: -webkit-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
      background-image: -ms-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
      height: 9.2857vw;
      transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_5.aos-animate span{
    background: #444444;height: 7.1429vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li h2{
    font-size:1.2857vw;font-weight:500;color:#fff;line-height:1;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li p{
    font-size:1.1429vw;font-weight:500;color:#999999;line-height:1.2;height: 2.7857vw;
  }
  .event_2025_09250001 .evSection01 .inner .con_title img {
    width: 71.6428vw;
  }
  
  .event_2025_09250001 .evSection02 {
    background: #ffe366;padding:2.5714vw 0;position: relative;
  }
  .event_2025_09250001 .evSection02::after{
    border-top: 1.7857vw solid #ffe366;
    border-left: 1.2857vw solid transparent;
    border-right: 1.2857vw solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    bottom: -1.7vw;
    width: 0;
    transform: translate(-50%, 0);
  }
  .event_2025_09250001 .evSection02 .inner .con_title h2{
    font-size:2.0000vw;font-weight:500;;color:#222;line-height: 1;font-family: "Wanted Sans Variable";
  }
  .event_2025_09250001 .evSection02 .inner .con_title h2 span{
    font-weight:700;font-family: "Wanted Sans Variable";
  }
  
  .event_2025_09250001 .evSection03 {
    background: #eff3f6;padding:6.0714vw 0 5.2857vw;overflow: hidden;
  }
  .event_2025_09250001 .evSection03 .inner{
    display: flex;flex-direction: column;gap:4.3571vw;max-width: unset;
  }
  .event_2025_09250001 .evSection03 .inner .content {
    display: flex;flex-direction: column;gap:4.5714vw;
  }
  .event_2025_09250001 .evSection03 .inner .swiper-slide{
    width: fit-content;
  }
  .event_2025_09250001 .evSection03 .inner .swiper-slide img {
    width: 14.2857vw;
  }
  .event_2025_09250001 .evSection03 .inner .con_title img {
    width: 66.3571vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info{
    max-width:85.7143vw;margin: 0 auto;display: flex;flex-direction: column;gap:2.0714vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_content{
    background: #fff;border-radius: 0.7143vw;width:100%;display: flex;align-items: center;justify-content: flex-end;position: relative;gap: 4.1429vw;padding:1.7857vw 2.1429vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_title img {
    width: 71.4285vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_content .info_thum img {
    width: 15.9285vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .lec_txt {
    border-style: solid;
    border-width: 0.0714vw;
    border-color: rgb(230, 0, 35);
    border-radius: 50%;
    background-color: rgb(255, 232, 236);
    box-shadow: 0.1429vw 0.1429vw 0.0000vw 0.0000vw rgba(230, 0, 35, 1);
    position: absolute;
    width: 7.7143vw;
    height: 7.7143vw;
    top:1.1429vw;
    left:2.0000vw;
    font-size:1.5714vw;font-weight: 700;
    font-family: "Wanted Sans Variable";
    line-height: 1.2;
    color: rgb(230, 0, 35);
    display: flex;align-items: center;justify-content: center;
  }
  
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con {
    display: flex;flex-direction: column;gap:0.6429vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit {
    display: flex;width:43.5714vw;height:4.1429vw;align-items: center;border:0.0714vw solid #e9e9e9;
    background: #f7f7f7;position: relative;gap:0.8571vw;padding-left:2.7857vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit::after{
    position: absolute;top: -0.0714vw;left: 0;width:0.4286vw;height:4.1429vw;background: #0081ff;content: '';
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit h2 {
    font-size:1.4286vw;font-weight: 800;color:#0081ff;line-height:1;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit > span {
    font-size:1.4286vw;font-weight: 500;color:#222222;line-height:1;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p {
    font-size:1.4286vw;font-weight: 500;color:#222222;line-height:1;display: flex;gap:0.8571vw;align-items: flex-end;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p span{
    font-size:1.1429vw;font-weight: 700;color:#999999;line-height:1;
  }
  
  .event_2025_09250001 .evSection04 {
    background: #ffffff;padding:5.2857vw 0 8.4286vw;position: relative;
  }
  .event_2025_09250001 .evSection04 img {
    width: 71.4285vw;
  }
  
  .event_2025_09250001 .evSection05 {
    background: #fff;padding:7.7143vw 0 8.3571vw;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection05_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 137.1429vw auto;
    overflow: hidden;
  }
  .event_2025_09250001 .evSection05 .inner {
    display: flex;flex-direction: column;gap:13.7143vw;align-items: center;justify-content: center;max-width: unset;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit {
    display: flex;flex-direction: column;gap:2.7857vw;max-width:71.4286vw;width:100%;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit .con_title img {
    width: 43.3571vw;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit2 {
    display: flex;flex-direction: column;gap:2.7857vw;max-width:100%;width:100%;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit2 .con_title img {
    width:44.2142vw;
  }
  .event_2025_09250001 .evSection05 .inner .content{
    display: flex;flex-direction: column;gap:1.4286vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit {
    background: #fff;border-radius: 0.7143vw;display: flex;padding:1.4286vw;justify-content: space-between;align-items: center;gap:1.4286vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt{
    display: flex;flex-direction: column;gap:0.7143vw;    margin: 0 auto;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt a{
    display: flex;flex-direction: column;gap:0.7143vw;    margin: 0 auto;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt span {
    background-color: #e4f2ff;color:#0081ff;font-size:1.2857vw;font-weight: 500;width: 8.5714vw;border-radius: 2.1429vw;height:2.5714vw;display: flex;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt h2 {
    font-size:1.5714vw;font-weight: 800;color:#222222;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt p {
    font-size:1.2857vw;font-weight: 500;color:#555555;line-height: 1.8571vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container {
    overflow: hidden;border-radius: 0.7143vw;width:44.2857vw;position: relative;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination {
    bottom: unset;
    left: unset;
    top: 1.0714vw;
    right:1.0714vw;
    height: fit-content;
    display: flex;
    width: fit-content;
    gap:0.3571vw;
  }
  
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet, .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: transparent;
    border:0.0714vw solid #fff;
    opacity: 1;
    margin:0;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet-active, .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
  }
  
  
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container {
    overflow: hidden;border-radius: 0.7143vw;width:100%;position: relative;
  }
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide {
    width: fit-content;opacity: 0.3;transition: opacity 1s ease;
  }
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide-active {
    opacity: 1;transition: opacity 1s ease;
  }
  
  
  
  
  .event_2025_09250001 .evSection06 {
    background: #fff;padding:2.8571vw 0;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection06_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 137.1429vw auto;
    overflow: hidden;
  }
  .event_2025_09250001 .evSection06 .inner {
    display: flex;flex-direction: row;gap:1.8571vw;align-items: center;justify-content: center;max-width: 71.4286vw;
  }
  .event_2025_09250001 .evSection06 .inner .con_title img {
    width: 37.5vw;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap {
    width:32.1429vw;height: 51.4286vw;
    padding:1.0714vw;background: #fff;border-radius: 3.5714vw;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container {
    width:100%;height:100%;border:0.0714vw solid #222;border-radius: 2.8571vw;overflow: hidden;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-wrapper {
    animation-timing-function: linear;transition-timing-function: linear;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-slide{
    height: fit-content;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-slide p {
    font-size:1.4286vw;font-weight:500;color:#222222;line-height:1;
  }
  .event_2025_09250001 .evSection07 {
    background: #fff;padding:2.8571vw 0;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection07_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 137.1429vw auto;
    overflow: hidden;height:9.2857vw;
  }
  
  
  .event_2025_09250001 .evtoggleWarning .warningList ul {
    counter-reset: number 0;
  }
  .event_2025_09250001 .evtoggleWarning .warningList ul li::before{
    content: counter(number) ".";
    counter-increment: number 1;
    position: absolute;
    left: 0;
  }
  .event_2025_09250001 .evCon5 {
    background: #fff;
  }
  .event_2025_09250001 .evCon5 .inner {
    padding:8.5714vw 0;display: flex;flex-direction: column;gap:4.2857vw;align-items: center;justify-content: center;max-width:61.4286vw;
  }
  #wrap .event_2025_09250001 .evCon5 .con_title h2{
    font-size:2.8571vw;color:#222222;line-height: 3.7143vw;font-family: "YeogiOttaeJalnanGothic";
  }
  .event_2025_09250001 .evCon5 .con_title h2 span {
    color:#222222;font-weight:500;
  }
  .event_2025_09250001 .evCon5 .con_box {
    width:100%;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table {
    display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:2.0000vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .notice_box p {
    font-size:0.7857vw;font-weight:400;color:#8D8D8D;text-align: left;line-height: 0.8571vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table {
    border: 0.0714vw solid #989898;width: 61.4286vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
    display: flex;border-bottom:0.0714vw solid #D0D0D0;min-height:6.0714vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap:last-child {
    border-bottom:0;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
    min-width:16.4286vw;background: #F2F2F2;display: flex;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
    font-size:1.4286vw;font-weight:500;color:#000;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2 span{
    color:#FF3437;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap label {
    font-size: 1.4286vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
    display: flex;width: 100%;align-items: center;justify-content: flex-start;padding:1.0714vw 2.1429vw;flex-wrap: wrap;
    row-gap:0;column-gap:0.7142vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
    max-width:100%;gap:2.8571vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp input[type="radio"]{
    accent-color: #e60023;width: 0.9285vw;min-width: 9px;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp  {
    display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;width: unset;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp label:last-child {
    white-space: nowrap;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp input[type="radio"]{
    accent-color: #e60023;width: 0.9285vw;min-width: 9px;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
    column-gap:2.8571vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
    width:36.4286vw;height:3.5714vw;border: 0.0714vw solid #D0D0D0;outline: 0;padding:0 1.0714vw; font-size: 1.4286vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
    width:36.4286vw;height:3.5714vw;border: 0.0714vw solid #D0D0D0;outline: 0;padding:0 1.0714vw; font-size: 1.4286vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]::placeholder{
    font-size: 1.4286vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container {
    margin-top:3.8571vw;display: flex;flex-direction: column;gap:1.4286vw;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a {
    font-size:1.4286vw;font-weight:700;color:#000000;line-height:1.0714vw;display: flex;gap:1.0714vw;align-items: center;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a svg{
    transform: rotate(0deg);
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a.on svg{
    transform: rotate(180deg);
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info{
    display: none;
    height: 14.2857vw;
    overflow: auto;
    padding: 1.4286vw;
      margin-bottom:0;
      transition: all 1s ease-in-out;
      background-color: #E7E7E7;
    }
    .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.on {
      display: block;
    }
    .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
      margin-bottom: 1.4286vw;
      line-height: 1.4;
      padding-left: 0;
      font-weight: 400;
      text-align: left;
      font-size:1vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
    content: "";
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
    margin-bottom:0;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
    width: 1.4286vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 1.4286vw;
    border: 0.3571vw solid transparent;
    background-clip: content-box;
  }
  
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .privacy2 label {
    font-size:1.0714vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .input_check {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.0000vw;
    height: 1.0000vw;
    margin: 0;
    border: 0.0714vw solid #dddddd;
    cursor: pointer;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .input_check:checked::before {
    width: 1.0000vw;
    height: 1.0000vw;
  }
  .input_check:checked::after {
    top: 0.0714vw;
    left: 0.2857vw;
    width: 0.2857vw;
    height: 0.5714vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table form > a {
    margin-top:5.0000vw;width:28.5714vw;height:4.8571vw;display: flex;align-items: center;font-size:1.7143vw;
    background: #e60023;
  }
  
}

@media all and (max-width:1200px){
  .inner {
    width: 100%;
  }
}

@media all and (max-width:768px){
  .img_pc{
    display: none;
  }
  .img_mo{
    display: flex;
    margin: 0 auto;
  }
  .pc-no-br {
    display: block;
  }
  .mo-no-br {
    display: none;
  }
  .mobile_bottom_fix {
    position: fixed;
    bottom:0;left:0;
    width:100%;
    z-index: 999;
  }
  .event_2025_09250001 .evMain {
    overflow: hidden;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evmain_bg_mo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100.0000vw auto;
    height: 141.9271vw;
  }
  .event_2025_09250001 .evMain .inner {
    max-width: 100%;width:100%;display: flex;align-items: center;height: 100%;justify-content: center;position: relative;
  }
  .event_2025_09250001 .evMain .inner .con_title {
    width: 100%;text-align: center;display: flex;flex-direction: column;gap:3.9063vw;align-items: center;justify-content: center;position: relative;width: fit-content;z-index: 1;
  }
  .event_2025_09250001 .evMain .inner .con_title .title_ba{
    position: absolute;top:-9.1146vw;right:5.3385vw;background: #ffe1e6;border-radius: 50%;width:14.3229vw;height:14.3229vw;
    align-items: center;justify-content: center;display: flex;
  }
  .event_2025_09250001 .evMain .inner .con_title .title_ba span {
    font-size:3.3854vw;font-weight:700;color:#e60023;font-family: "Wanted Sans Variable";line-height:3.6458vw;
  }
  .event_2025_09250001 .evMain .inner .con_title p{
    font-size:4.4271vw;line-height: 1;color:#fff;
    font-family: "Wanted Sans Variable";font-weight: 500;letter-spacing: -0.1953vw;
  }
  #wrap .event_2025_09250001 .evMain .inner .con_title h2{
    font-size:8.8542vw;line-height: 1;color:#fff;
    font-family: "YeogiOttaeJalnanGothic";letter-spacing: -0.4818vw;
  }
  #wrap .event_2025_09250001 .evMain .inner .con_title h2 span {
    color: #e60023;font-family: "YeogiOttaeJalnanGothic";
  }
  .event_2025_09250001 .evMain .inner .con_title > span{
    font-size:3.3854vw;line-height: 1;color:#222222;
    font-family: "Wanted Sans Variable";font-weight: 600;
    background: #fff;padding: 2.6042vw 3.1250vw;border-radius: 0.6510vw;
    letter-spacing: -0.0911vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg {
    position: absolute;width: 100%;height:100%;
    top:0;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit{
    position: absolute;transition: all 1s ease-in-out;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit img {
    width: 19.7917vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit01 {
    top:0;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit02 {
    top:20.0521vw;left:20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit03 {
    top:20.0521vw;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit04 {
    bottom:0;left:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit05 {
    bottom:0;left:20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit06 {
    top:unset;left:0.0000vw;bottom: 20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit07 {
    bottom:unset;left:40.1042vw;top:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit08 {
    bottom:0;right:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit09 {
    bottom:0;right:20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit10 {
    bottom:20.0521vw;right:35.6771vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit11 {
    top:0;right:20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit12 {
    top:unset;right:40.1042vw;bottom:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit13 {
    top:unset;right:0;bottom:20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit14 {
    top:0;right:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit15 {
    bottom:20.0521vw;right:unset;left:20.0521vw;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit16 {
    bottom:unset;left:unset;top:20.0521vw;right:0;
  }
  .event_2025_09250001 .evMain .inner .tc_bg .tch_unit17 {
    top:20.0521vw;left:unset;right:20.0521vw
  }
  .event_2025_09250001 .evSection01 {
    background: #fff;padding:8.8542vw 0 20.1823vw;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection01_bg_mo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100.0000vw auto;
  }
  .event_2025_09250001 .evSection01 .inner {
    display: flex;flex-direction: column;gap:6.5104vw;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evSection01 .inner .con_title img{
    width: 68.0990vw;
  }
  .event_2025_09250001 .evSection01 .inner .content{
    display: flex;gap:8.0729vw;flex-direction: column;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph {
    position: relative;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph img {
    width: 85.9375vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box{
    position: absolute;top:15.6250vw;left:31.5104vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box svg {
    width: 25.0000vw;height: 21.6146vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box svg mask{
    width: 25.0000vw;height: 21.6146vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .left_graph .arrow_box svg image{
    width: 25.0000vw;height: 21.6146vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph img {
    width: 30.2083vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph{
    display: flex;width:100%;justify-content: center;align-items: center;flex-direction: column;gap:2.4740vw;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap{
    background: #222222;border-radius: 1.9531vw;height:50.7813vw;width: 100%;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap  .right_graph_unit{
    padding:8.7240vw 7.1615vw 3.9063vw;width:100%;height:100%;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul{
    display: flex;gap:3.2552vw;justify-content: center;position: relative;align-items: flex-end;height: 32.1615vw;overflow: hidden;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul::after{
    content:"";width:100%;height:0.1302vw;position: absolute;bottom:7.6823vw;left:0;background: #444444;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li{
    display: flex;flex-direction: column;gap:1.4323vw;overflow: hidden;align-items: center;
  }
  
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li span{
    background: #444444;height: 0;width:9.1146vw;display: block;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_1.aos-animate span{
    background: #444444;height: 26.0417vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_2.aos-animate span{
    background: #444444;height: 19.5313vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_3.aos-animate span{
    background: #444444;height: 16.9271vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_4.aos-animate span{
      background-image: -moz-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
      background-image: -webkit-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
      background-image: -ms-linear-gradient( 34deg, rgb(230,0,35) 0%, rgb(255,152,168) 100%);
      height: 14.3229vw;
      transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li.right_graph_5.aos-animate span{
    background: #444444;height: 9.1146vw;transition: 1s ease;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li h2{
    font-size:3.1250vw;font-weight:500;color:#fff;line-height:1;
  }
  .event_2025_09250001 .evSection01 .inner .content .right_graph .right_graph_wrap ul li p{
    font-size:2.8646vw;font-weight:500;color:#999999;line-height:1.2;height: 6.3802vw;
  }

  .event_2025_09250001 .evSection02 {
    background: #ffe366;padding:3.7760vw 0;position: relative;
  }
  .event_2025_09250001 .evSection02::after{
    border-top: 3.9063vw solid #ffe366;
    border-left: 3.2552vw solid transparent;
    border-right: 3.2552vw solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    bottom: -3.2552vw;
    width: 0;
    transform: translate(-50%, 0);
  }
  .event_2025_09250001 .evSection02 .inner .con_title h2{
    font-size:3.9063vw;font-weight:500;;color:#222;line-height: 1.2;font-family: "Wanted Sans Variable";
  }
  .event_2025_09250001 .evSection02 .inner .con_title h2 span{
    font-weight:700;font-family: "Wanted Sans Variable";
  }
  
  .event_2025_09250001 .evSection03 {
    background: #eff3f6;padding:15.2344vw 0 8.3333vw;overflow: hidden;
  }
  .event_2025_09250001 .evSection03 .inner{
    display: flex;flex-direction: column;gap:7.9427vw;max-width: 93.7500vw;align-items: center;
  }
  .event_2025_09250001 .evSection03 .inner .con_title img {
    width: 93.7500vw;
  }
  .event_2025_09250001 .evSection03 .inner .content {
    display: flex;flex-direction: column;gap:10.1563vw;width: 100%;
  }
  .event_2025_09250001 .evSection03 .inner .swiper-container {
    width:91.1458vw;margin:0 auto;
  }
  .event_2025_09250001 .evSection03 .inner .swiper-slide{
    width: fit-content;
  }
  .event_2025_09250001 .evSection03 .inner .swiper-slide img {
    width: 26.0417vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info{
    max-width:91.1458vw;margin: 0 auto;display: flex;flex-direction: column;gap:6.1198vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_title img {
    width: 91.1458vw;
}
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_content{
    background: #fff;border-radius: 1.3021vw;width:100%;display: flex;align-items: center;justify-content: flex-end;position: relative;gap: 0;padding:2.6042vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .lec_txt {
    border-style: solid;
    border-width: 0.1302vw;
    border-color: rgb(230, 0, 35);
    border-radius: 50%;
    background-color: rgb(255, 232, 236);
    box-shadow: 0 0.2604vw 0.0000vw 0.0000vw rgba(230, 0, 35, 1);
    position: absolute;
    width: 14.3229vw;
    height: 14.3229vw;
    top:-4.5573vw;
    left:unset;
    right:4.6875vw;
    font-size:2.8646vw;font-weight: 700;
    font-family: "Wanted Sans Variable";
    line-height: 1.2;
    color: rgb(230, 0, 35);
    display: flex;align-items: center;justify-content: center;
    z-index: 1;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_content .info_thum{
    position: unset;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_content .info_thum img {
    display: none;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con {
    display: flex;flex-direction: column;gap:1.1719vw;width: 100%;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit {
    display: flex;width:100%;height:9.6354vw;align-items: center;border:0.1302vw solid #e9e9e9;
    background: #f7f7f7;position: relative;gap:1.4323vw;padding-left:4.6875vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit::after{
    position: absolute;top: -0.1302vw;left: 0;width:1.0417vw;height:9.6354vw;background: #0081ff;content: '';
  }

  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit h2 {
    font-size:3.1250vw;font-weight: 800;color:#0081ff;line-height:1;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit > span {
    font-size:3.1250vw;font-weight: 500;color:#222222;line-height:1;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p {
    font-size:3.1250vw;font-weight: 500;color:#222222;line-height:1;display: flex;gap:1.5625vw;align-items: flex-end;        letter-spacing: -0.2604vw;
  }
  .event_2025_09250001 .evSection03 .inner .content .lecture_info .info_con .con_unit p span{
    font-size:2.6042vw;font-weight: 700;line-height:1;
  }



  .event_2025_09250001 .evSection04 {
    background: #ffffff;padding:12.1094vw 0 10.8073vw;position: relative;
  }
  .event_2025_09250001 .evSection04 img {
    width:91.1458vw;
  }
  .event_2025_09250001 .evSection05 {
    background: #fff;padding:11.4583vw 0 12.7604vw;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection05_bg_mo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100.0000vw auto;
    overflow: hidden;
  }
  .event_2025_09250001 .evSection05 .inner {
    display: flex;flex-direction: column;gap:17.4479vw;align-items: center;justify-content: center;max-width: unset;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit .con_title img {
    width: 79.0365vw;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit2 .con_title img {
    width: 80.5990vw;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit {
    display: flex;flex-direction: column;gap:5.0781vw;max-width:91.1458vw;width:100%;
  }
  .event_2025_09250001 .evSection05 .inner .section05_unit2 {
    display: flex;flex-direction: column;gap:6.6406vw;max-width:100%;width:100%;
  }
  .event_2025_09250001 .evSection05 .inner .content{
    display: flex;flex-direction: column;gap:2.6042vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit {
    background: #fff;border-radius: 2.6042vw;display: flex;padding:3.1250vw 1.9531vw;justify-content: space-between;align-items: center;gap:2.6042vw;flex-direction: column;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt{
    display: flex;flex-direction: column;gap:2.6042vw;    margin: 0 auto 0 0;align-items: flex-start;justify-content: flex-start;cursor: pointer;width: 100%;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt a {
    display: flex;flex-direction: row;gap:1.3021vw;width: 100%;padding:0 1.9531vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt a svg{
    margin-right:0;width: 2.6041vw;height: 1.8229vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit.active .con_txt a svg{
    transform: rotate(180deg);
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt a svg image{
    width: 2.6041vw;height: 1.8229vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt span {
    background-color: #e4f2ff;color:#0081ff;font-size:2.8646vw;font-weight: 500;width: 18.2292vw;border-radius: 3.9063vw;height:5.2083vw;display: flex;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt h2 {
    font-size:3.1250vw;font-weight: 800;color:#222222;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .con_txt p {
    font-size:2.3438vw;font-weight: 500;color:#555555;line-height: 3.3854vw;display:none;padding:0 4.5573vw;
  }
  
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container {
    overflow: hidden;border-radius: 1.3021vw;width:80.7292vw;position: relative;display: none;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit.active .con_txt p {
    font-size:2.8645vw;font-weight: 500;color:#555555;line-height: 3.3854vw;display:flex;gap:4.5573vw;
  }
  
  .event_2025_09250001 .evSection05 .inner .content .con_unit.active .swiper-container {
    overflow: hidden;border-radius: 1.3021vw;width:80.7292vw;position: relative;display: block;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination {
    bottom: unset;
    left: unset;
    top: 1.9531vw;
    right:1.9531vw;
    height: fit-content;
    display: flex;
    width: fit-content;
    gap:0.9115vw;
  }
  
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet, .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: transparent;
    border:0.1302vw solid #fff;
    opacity: 1;
    margin:0;
    width: 1.3021vw;
    height:1.3021vw;
  }
  .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet-active, .event_2025_09250001 .evSection05 .inner .content .con_unit .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
  }
  
  
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container {
    overflow: visible;border-radius: 1.3021vw;width:100%;position: relative;width:91.1458vw;margin: 0 auto;
  }
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide {
    width: fit-content;opacity: 0.3;transition: opacity 1s ease;
  }
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide img {
    width: 74.3489vw;
  }
  .event_2025_09250001 .evSection05 .inner .content > .swiper-container .swiper-slide-active {
    opacity: 1;transition: opacity 1s ease;
  }
  
  
  
  
  .event_2025_09250001 .evSection06 {
    background: #fff;padding:12.5000vw 0 10.4167vw;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection06_bg_mo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100.0000vw auto;
    overflow: hidden;
  }
  .event_2025_09250001 .evSection06 .inner {
    display: flex;flex-direction: column;gap:5.5990vw;align-items: center;justify-content: center;max-width: 91.1458vw;
  }
  .event_2025_09250001 .evSection06 .inner .con_title img {
    width: 68.3593vw;
  }
  .event_2025_09250001 .evSection06 .inner .content{
    display: flex;width:100%;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap {
    width:57.2917vw;height: 88.5417vw;
    padding:1.9531vw;background: #fff;border-radius: 6.5104vw;
    margin-left: auto;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container {
    width:100%;height:100%;border:0.1302vw solid #222;border-radius: 5.2083vw;overflow: hidden;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-wrapper {
    animation-timing-function: linear;transition-timing-function: linear;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-slide{
    height: fit-content;
  }
  .event_2025_09250001 .evSection06 .inner .content .content_wrap .swiper-container .swiper-slide p {
    font-size:2.6042vw;font-weight:500;color:#222222;line-height:1;
  }
  .event_2025_09250001 .evSection07 {
    background: #fff;padding:5.2083vw 0;
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/event/2025/0925_educator/evsection07_bg_mo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100.0000vw auto;
    overflow: hidden;height:19.5313vw;
  }



  #wrap .event_2025_09250001 .evCon5 .con_title h2{
    font-size:6.5104vw;color:#222222;line-height: 7.8125vw;font-family: "YeogiOttaeJalnanGothic";
  }
  .event_2025_09250001 .evCon5 .con_title h2 span {
    color:#222222;font-weight:500;font-size:5.2083vw;
  }










  .event_2025_09250001 .evCon5 .inner .con_box {
    gap: 2.4rem;
  }
  .event_2025_09250001 .evCon5 .inner .con_box .con_item .tit_wrap .tit_desc {
    font-size: 1.2rem;
  }
  .event_2025_09250001 .evCon5 .inner .con_box .con_item .button_box.subjects button {
    font-size: 1.2rem;
  }
  .event_2025_09250001 .evCon5 .inner .con_box .con_item .info_contents_box .table_th {
    width: 5.5rem;
  }
  .event_2025_09250001 .evCon5 .inner .con_box .con_item .info_contents_box .privacy2 {
    margin-top: 1.4rem;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }

  .event_2025_09250001 .evCon5 {
    background: #fff;
  }
  .event_2025_09250001 .evCon5 .inner {
    padding:10.4167vw 0;gap:7.8125vw;max-width:91.1458vw;
  }
  .event_2025_09250001 .evCon5 .con_title h2{
    font-size:5.2083vw;line-height: 1.4;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table {
    gap:2.6042vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .notice_box p {
    font-size:1.6927vw;line-height: 1.9531vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table {
    width: 100%;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap {
    min-height:14.3229vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title {
    min-width:18.8802vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_title h2{
    font-size:2.8646vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp {
    padding:3.9063vw 3.2552vw;
    column-gap:4.9479vw;
    row-gap:2.2135vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp label {
    font-size:2.8646vw;gap:0.9114vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp label span {
    display: none;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
    max-width:100%;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.edu_wrap .table_inp {
    column-gap:3.9062vw;width: 100%;        justify-content: space-between;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="radio"]{
    width:3.125vw;height:3.125vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="text"]{
    width:66.4063vw;height:6.5104vw;border: 0.1302vw solid #D0D0D0;outline: 0;padding:0 1.9531vw;font-size:2.6041vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]{
    width:66.4063vw;height:6.5104vw;border: 0.1302vw solid #D0D0D0;outline: 0;padding:0 1.9531vw;
    font-size:2.6041vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap .table_inp input[type="tel"]::placeholder{
    font-size:2.6041vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap:0;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp input[type="radio"]{
  width: 15px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.cam_wrap .table_inp input[type="radio"]{
  width: 15px;
}
.event_2025_09250001 .evCon5 .con_box .counsul_table .info_table .inp_wrap.lec_wrap .table_inp {
  column-gap: 0;width: 100%;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;
}
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container {
    margin-top:5.8594vw;display: flex;flex-direction: column;gap:2.6042vw;align-items: center;justify-content: center;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a {
    font-size:2.9948vw;font-weight:700;color:#000000;line-height:1.9531vw;display: flex;gap:1.9531vw;align-items: center;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .pri_container a svg {
    width: 1.5625vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info{
    display: none;
    height: 29.9479vw;
    overflow: auto;
    padding: 2.6042vw;
      margin-bottom:0;
      transition: all 1s ease-in-out;
      background-color: #E7E7E7;
    }
    .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.on {
      display: block;
    }
    .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p {
      margin-bottom: 2.6042vw;
      line-height: 1.4;
      padding-left: 0;
      font-weight: 400;
      text-align: left;
      font-size:2.2135vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p::before {
    content: "";
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1 p:last-child{
    margin-bottom:0;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar {
    width: 2.6042vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 2.6042vw;
    border: 0.6510vw solid transparent;
    background-clip: content-box;
  }
  
  .event_2025_09250001 .evCon5 .con_box .counsul_table .sub_page_info.privacy1::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .privacy2 label {
    font-size:2.6042vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .input_check {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.8229vw;
    height: 1.8229vw;
    margin: 0;
    border: 0.1302vw solid #dddddd;
    cursor: pointer;
    min-width:10px;
    min-height:10px;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table .input_check:checked::before {
    width: 1.8229vw;
    height: 1.8229vw;
  }
  .input_check:checked::after {
    top: 0.1302vw;
    left: 0.5208vw;
    width: 0.5208vw;
    height: 1.0417vw;
  }
  .event_2025_09250001 .evCon5 .con_box .counsul_table form > a {
    margin-top:7.8125vw;width:44.2708vw;height:7.4219vw;display: flex;align-items: center;font-size:3.125vw;
  }
}